home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Fractal Forge / FractalForge.exe / 0 / RCDATA / TDELTADLG / TDELTADLG.txt
Encoding:
Text File  |  2002-08-26  |  5.2 KB  |  219 lines

  1. object DeltaDlg: TDeltaDlg
  2.   Left = 206
  3.   Top = 91
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Delta Coordinates'
  7.   ClientHeight = 194
  8.   ClientWidth = 422
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 4
  24.     Top = 4
  25.     Width = 229
  26.     Height = 185
  27.     Shape = bsFrame
  28.     IsControl = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 12
  32.     Top = 12
  33.     Width = 149
  34.     Height = 16
  35.     Caption = 'Min X ( Bottom Left Real )'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -13
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 12
  45.     Top = 56
  46.     Width = 181
  47.     Height = 16
  48.     Caption = 'Min Y ( Bottom Left Imaginary )'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -13
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Label4: TLabel
  57.     Left = 12
  58.     Top = 100
  59.     Width = 141
  60.     Height = 16
  61.     Caption = 'Max X ( Top Right Real )'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBlack
  64.     Font.Height = -13
  65.     Font.Name = 'Arial'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object Label5: TLabel
  70.     Left = 12
  71.     Top = 144
  72.     Width = 173
  73.     Height = 16
  74.     Caption = 'Max Y ( Top Right Imaginary )'
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clBlack
  77.     Font.Height = -13
  78.     Font.Name = 'Arial'
  79.     Font.Style = []
  80.     ParentFont = False
  81.   end
  82.   object edBLR: TEdit
  83.     Left = 12
  84.     Top = 28
  85.     Width = 213
  86.     Height = 24
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clBlack
  89.     Font.Height = -13
  90.     Font.Name = 'Arial'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     TabOrder = 0
  94.     Text = 'edBLR'
  95.   end
  96.   object edBLI: TEdit
  97.     Left = 12
  98.     Top = 72
  99.     Width = 213
  100.     Height = 24
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clBlack
  103.     Font.Height = -13
  104.     Font.Name = 'Arial'
  105.     Font.Style = []
  106.     ParentFont = False
  107.     TabOrder = 1
  108.     Text = 'edBLI'
  109.   end
  110.   object edTRR: TEdit
  111.     Left = 12
  112.     Top = 116
  113.     Width = 213
  114.     Height = 24
  115.     Font.Charset = DEFAULT_CHARSET
  116.     Font.Color = clBlack
  117.     Font.Height = -13
  118.     Font.Name = 'Arial'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     TabOrder = 2
  122.     Text = 'edTRR'
  123.   end
  124.   object edTRI: TEdit
  125.     Left = 12
  126.     Top = 160
  127.     Width = 213
  128.     Height = 24
  129.     Font.Charset = DEFAULT_CHARSET
  130.     Font.Color = clBlack
  131.     Font.Height = -13
  132.     Font.Name = 'Arial'
  133.     Font.Style = []
  134.     ParentFont = False
  135.     TabOrder = 3
  136.     Text = 'edTRI'
  137.   end
  138.   object Panel1: TPanel
  139.     Left = 240
  140.     Top = 4
  141.     Width = 177
  142.     Height = 153
  143.     BevelOuter = bvLowered
  144.     TabOrder = 4
  145.     object Label1: TLabel
  146.       Left = 4
  147.       Top = 2
  148.       Width = 165
  149.       Height = 97
  150.       AutoSize = False
  151.       Caption = 
  152.         'Some other fractal programs (es. fractint) use a system of coord' +
  153.         'inates indicating two extreme points of fractal. This dialog all' +
  154.         'ows you to translate them.'
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clBlack
  157.       Font.Height = -13
  158.       Font.Name = 'Arial'
  159.       Font.Style = []
  160.       ParentFont = False
  161.       WordWrap = True
  162.     end
  163.     object Label6: TLabel
  164.       Left = 4
  165.       Top = 98
  166.       Width = 169
  167.       Height = 53
  168.       AutoSize = False
  169.       Caption = 
  170.         'Be sure to set right image width and height before open this dia' +
  171.         'log.'
  172.       Font.Charset = DEFAULT_CHARSET
  173.       Font.Color = clBlack
  174.       Font.Height = -13
  175.       Font.Name = 'Arial'
  176.       Font.Style = []
  177.       ParentFont = False
  178.       WordWrap = True
  179.     end
  180.   end
  181.   object BtnCancel: TBitBtn
  182.     Left = 240
  183.     Top = 164
  184.     Width = 75
  185.     Height = 25
  186.     TabOrder = 5
  187.     OnClick = CancelBtnClick
  188.     Kind = bkCancel
  189.   end
  190.   object btnOk: TBitBtn
  191.     Left = 342
  192.     Top = 164
  193.     Width = 75
  194.     Height = 25
  195.     Caption = 'OK'
  196.     Default = True
  197.     TabOrder = 6
  198.     OnClick = OKBtnClick
  199.     Glyph.Data = {
  200.       DE010000424DDE01000000000000760000002800000024000000120000000100
  201.       0400000000006801000000000000000000001000000000000000000000000000
  202.       80000080000000808000800000008000800080800000C0C0C000808080000000
  203.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  204.       3333333333333333333333330000333333333333333333333333F33333333333
  205.       00003333344333333333333333388F3333333333000033334224333333333333
  206.       338338F3333333330000333422224333333333333833338F3333333300003342
  207.       222224333333333383333338F3333333000034222A22224333333338F338F333
  208.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  209.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  210.       0000333333333A222433333333333338F338F33300003333333333A222433333
  211.       333333338F338F33000033333333333A222433333333333338F338F300003333
  212.       33333333A222433333333333338F338F00003333333333333A22433333333333
  213.       3338F38F000033333333333333A223333333333333338F830000333333333333
  214.       333A333333333333333338330000333333333333333333333333333333333333
  215.       0000}
  216.     NumGlyphs = 2
  217.   end
  218. end
  219.